procedure name

英 [prəˈsiːdʒə(r) neɪm] 美 [prəˈsiːdʒər neɪm]

过程名字;程序名称

计算机



双语例句

  1. Type your procedure name in the Name field, such as MyStoredProcedure.
    在Name字段,输入您程序的名称,比如MyStoredProcedure。
  2. SPECIFIC: This uniquely identifies the stored procedure name in the DB2 catalogs.
    SPECIFIC:这在DB2编目中惟一地标识存储过程名。
  3. If you are tempted to use the GO TO statement with a procedure name, consider the EVALUATE statement as an alternative option.
    如果试图将GOTO语句与程序名一起使用,那么可以考虑将EVALUATE语句作为一个替换选项。
  4. Generally the "SPECIFIC" name matches the stored procedure name.
    一般来说,“SPECIFIC”名称匹配存储过程名。
  5. Repeat this procedure for the name, prefix, and value elements under SOAPHeader.
    对SOAPHeader下的name、prefix和value元素重复此过程。
  6. If we were to provide a valid ID ( such as10), the stored procedure will return a name ( Sanders in that case).
    如果提供一个有效的ID(比如10),那么这个存储过程将返回一个名称(在本例中是Sanders)。
  7. The procedure takes the fully-qualified name of a table as input parameter and sets up the necessary data structures that are passed to the API function.
    该过程以一个表的全限定名称作为输入参数,并设置必要的数据结构,以便将这些数据结构传递给API函数。
  8. The procedure name is made unique by appending with a numeric value.
    通过添加数字值,使之具有惟一的过程名。
  9. Indicates that an external procedure has another name in its dll.
    指示外部过程在其dll中具有另一个名称。
  10. Make sure that the procedure name is spelled correctly.
    确保过程名称拼写正确。
  11. You call a sub procedure by using the procedure name, followed by the argument list in parentheses, in a statement.
    通过使用语句中的过程名(后跟圆括号中的参数列表)调用sub过程。
  12. Modify the stored procedure name referenced in dependent objects or scripts.
    修改在相关对象或脚本中引用的存储过程名称。
  13. Cannot use an existing function name to specify a stored procedure name.
    不能使用现有的函数名来指定存储过程名。
  14. If any user-created stored procedure has the same name as a system stored procedure, the user-created stored procedure will never be executed if you use a nonschema-qualified name reference.
    如果用户创建的存储过程与系统存储过程同名,在使用非架构限定的名称引用的情况下,将永远不会执行用户创建的存储过程。
  15. Is not a valid procedure name.
    不是有效的过程名。
  16. Remove the stored procedure name from dependent objects and scripts.
    从依赖对象和脚本中删除存储过程名称。
  17. If that fails, append "w" to the end of the external procedure name and look it up again.
    如果查找失败,则在外部过程名称结尾附加“w”,并再次查找。
  18. Parameters are declared in the procedure declaration in the parentheses that follow the procedure name.
    在过程声明中,参数在紧跟着过程名的括号中声明。
  19. The command text is not a valid stored procedure name.
    此命令文本不是一个有效的存储过程名。
  20. When you call a procedure, you follow the procedure name with an argument list in parentheses.
    调用过程时,在过程名后面加上用括号括起来的参数列表。
  21. In the following examples, dbo is an acronym for database owner, and is used to qualify the stored procedure and user-defined function name.
    在下面的示例中,dbo是数据库所有者的缩写,用于限定存储过程和用户定义的函数的名称。
  22. Aiming at current domain name system ( DNS), this paper analyzes its work procedure and domain name resolution principle and discusses the optimizing performance.
    针对当前域名系统,通过分析其域名解析的原理,指出其性能优化的方向。
  23. Specifies the extended stored procedure name.
    指定扩展存储过程名。
  24. Check to make sure that you ′ ve entered the procedure name and alias name correctly.
    需要进行检查以确保输入了正确的过程名和别名。
  25. Or, if the nonqualified procedure name appears inside the body of another procedure definition, the schema containing this other procedure is searched next.
    或者,如果非限定的过程名称出现在另一个过程定义的主体中,则接着搜索包含这一过程的架构。
  26. The object '%. ls' is not a procedure so you cannot create another procedure under that group name.
    对象''%1!''不是过程,所以不能在该组名称下创建另一个过程。
  27. Second, it does not perform any tests on the actual entity name contained within the procedure name.
    其次,它并未对包含在过程名称中的实际实体名称执行任何测试。
  28. Although Chinese Constitution lacking procedure norms has good name of "fundamental law", it has little connection with daily life of China citizen.
    然而,在我国传统的宪法学理论中,“宪法程序”却并非一个必要的宪法范畴;
  29. Have divided basic structure of the procedure, every procedure name and function;
    划分了程序基本结构、各程序名称和功能;
  30. Net, calling stored procedures in a same way can be achieved in spite of their differences and the programming code can be reduced. The only information needed is the stored procedure name and the values of its parameters.
    NET的基础上,实现了存储过程的统一调用,该方法只需要提供要调用的存储过程名,以及调用时提供具体的参数值就可实现任何存储过程的调用。